home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / org133.zip / ORG.CFG next >
Text File  |  1991-02-03  |  1KB  |  27 lines

  1. #======================================================================
  2. #    ORG.CFG - Configuration file for ORG version 1.30 - Disk Organizer
  3. #
  4. #    Note: the hash sign (#) begins a comment
  5. #======================================================================
  6. #lock      +h                  # lock all hidden files
  7.  
  8. delete    *.bak               # delete all .bak files
  9. delete    \brief\backup\*.*   # delete all files in \BRIEF\BACKUP subdirectory
  10. delete    \TEMP\              # delete all files in \TEMP subdirectory
  11.  
  12. order     \command.com        # place command.com first 
  13. order     *.com               # place .COM files next
  14. order     *.exe               # ...followed by all .EXE files 
  15.  
  16. sort      +e+n                # sort in ascending order by extension and name
  17.  
  18. #======================================================================
  19. #    The following are some examples of WRONG useage of 
  20. #    configuration options.
  21. #
  22. # delete  *.*                 # Syntactically correct, but so dangerous
  23.                               # that ORG will ignore it!
  24. # lock    *.*                 # This is allowed, but useless!
  25. # order   *.*                 # this is ignored
  26. #======================================================================
  27.